Q3HighlightStyle_Set
You can use theQ3HighlightStyle_Set
function to set the highlight style value of a highlight style.
TQ3Status Q3HighlightStyle_Set ( TQ3StyleObject highlight, TQ3AttributeSet highlightAttribute);
highlight
- A highlight style object.
highlightAttribute
- An attribute set.
DESCRIPTION
TheQ3HighlightStyle_Set
function sets the highlight style value of the style object specified by thehighlight
parameter to the attribute set specified in thehighlightAttribute
parameter.